home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / incl98.zoo / siglist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-10  |  214 b   |  18 lines

  1. #ifndef _SIGLIST_H
  2. #define _SIGLIST_H
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern char *sys_siglist[];
  9. #ifndef __MINT__
  10. extern char *signal_names[];
  11. #endif
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.  
  17. #endif /* _SIGLIST_H */
  18.